home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / pack / xdata_11a.readme < prev    next >
Text File  |  1993-04-07  |  3KB  |  84 lines

  1. short: lets progs read xpk-compressed files (bug-fix).
  2.  
  3.                                 xData v1.1
  4.                              xDataPrefs v1.1a
  5.  
  6.                          (C) Martin W.Scott, 1993.
  7.  
  8.                           (NB: Requires OS 2.0+)
  9.  
  10.  
  11. xData  is a program that allows other programs to read xpk-compressed files
  12. as  if  they were normal files.  It is similar to PP by Michael Berg, which
  13. provided a similar facility for PowerPacked files.
  14.  
  15. However,  PP  caused  problems  on  my  system  (it  crashed),  and anyway,
  16. PowerPacker  has  been  superseded  by the more powerful and extensible xpk
  17. standard.   Unfortunately,  it takes a long time for data-handling programs
  18. to  catch-up  and recognise the xpk standard, not to mention those programs
  19. that can't read any compressed files.
  20.  
  21.  
  22. How does it work
  23. ----------------
  24. xData  patches  a  few  dos  routines to allow named programs to read xpk'd
  25. files.   These named programs are called clients.  This is different to PP,
  26. which  affected  ALL programs, and caused many incompatability problems (on
  27. my system at any rate), which is why I decided on the client model.
  28.  
  29. Clients are added using the xDataPrefs program; when a client opens a xpk'd
  30. file, the file is decompressed to the t: directory and the client reads the
  31. decompressed  file.  When the client closes the file, the temporary file is
  32. deleted (but it's not quite that simple -- see technical details).
  33.  
  34. This client arrangement might seem restrictive, but it guarantees (though I
  35. don't  :) system compatability.  Most users only compress certain files and
  36. use certain programs to read them, so these are the only programs that need
  37. to use patched routines.  It allows you to use your favourite data-handling
  38. programs  rather  than  xpk-ified versions, e.g.  you can use ViewTex where
  39. before you had to use ShowIFF or PPMore (for PowerPacked files).
  40.  
  41.  
  42. [full instructions in distribution]
  43.  
  44.  
  45. History
  46. -------
  47.  v1.1a    - xDataPrefs: fixed stupid memory bug (wasn't freeing task-list).
  48.  
  49.  v1.1    - xDataPrefs:  major enhancement - now has task list so addition of
  50.           new clients is simplified.
  51.  
  52.     - xData: now postpones deletion for 5 seconds (for reasons why, see
  53.           technical details above).
  54.  
  55.  v1.0a    - xDataPrefs: fixed bug when entering name on empty list.
  56.  
  57.     - xDataPrefs: window now font-sensitive.
  58.  
  59.  v1.0ß    - initial release.
  60.  
  61.  
  62. Contact
  63. -------
  64. I can be reached with comments, suggestions, bug reports, praise, money etc.
  65. at the following addresses:
  66.  
  67. BEFORE END OF JULY 1993:
  68.  
  69.     Martin W. Scott,
  70.     23 Drum Brae North,
  71.     Edinburgh  EH4 8AT
  72.     United Kingdom
  73.  
  74. AFTER END OF JULY 1993:
  75.  
  76.     Martin W. Scott, c/o 
  77.     557 Great Western Road,
  78.     Ground flat right,
  79.     Aberdeen  AB1 7PA
  80.     United Kingdom
  81.  
  82. OR BY EMAIL UNTIL END OF JULY 1993: mws@castle.ed.ac.uk
  83.  
  84.